home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / T1513470.PPD < prev    next >
Text File  |  1990-10-11  |  11KB  |  354 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserPrinter15" version 47.0
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 010801 or 011154
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 17 August 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "3.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserPrinter15)"
  20. *PSVersion: "(47.0) 2.613"
  21. *NickName: "TI 2115 (13 fonts) v47.0"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "548746"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "15"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: None
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *?PageSize: "
  106.   save statusdict begin
  107.   3 dict begin
  108.    /0 (Letter) def
  109.    /1 (A4) def
  110.    /2 (Legal) def
  111.    papertray
  112.    papersize
  113.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  114.    end 
  115. end
  116. restore
  117. "
  118. *End
  119.  
  120. *% These entries will set up the frame buffer. Usually used with manual feed.
  121. *DefaultPageRegion: None
  122. *PageRegion Letter: "letter"
  123. *PageRegion Legal: "legal"
  124. *PageRegion A4: "a4"
  125.  
  126. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  127. *% These errors should be trapped by software and a message displayed
  128. *DefaultPaperTray: None
  129. *PaperTray Letter: "statusdict begin lettertray end"
  130. *PaperTray Legal: "statusdict begin legaltray end"
  131. *PaperTray A4: "statusdict begin a4tray end"
  132. *?PaperTray: "
  133.  save statusdict begin
  134.   3 dict begin
  135.    /0 (Letter) def
  136.    /1 (A4) def
  137.    /2 (Legal) def
  138.    papertray
  139.    papersize
  140.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  141.    end 
  142. end
  143. restore
  144. "
  145. *End
  146.  
  147. *% The following entries provide information about specific paper keywords.
  148. *DefaultImageableArea: None
  149. *ImageableArea Letter: "14 13 596 776 "
  150. *ImageableArea Legal: "14 14 596 993 "
  151. *ImageableArea A4: "14 14 581 826 "
  152. *?ImageableArea: "
  153.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {ceiling cvp} repeat
  156.   exch 2 {floor cvp} repeat flush
  157.  restore
  158. "
  159. *End
  160.  
  161. *% These provide the physical dimensions of the paper (by keyword)
  162. *DefaultPaperDimension: None
  163. *PaperDimension Letter: "612 792"
  164. *PaperDimension Legal: "612 1008"
  165. *PaperDimension A4: "595 842"
  166.  
  167. *DefaultOutputBin: OnlyOne
  168. *DefaultInputSlot: Upper
  169. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  170. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  171. *?InputSlot: "
  172.  save statusdict begin
  173.   2 dict begin
  174.    /0 (Upper) def
  175.    /1 (Lower) def
  176.    papertray 
  177.      {( ) cvs cvn load exec} stopped not{= flush}if
  178.   end
  179.  end restore
  180. "
  181. *End
  182.  
  183. *DefaultManualFeed: False
  184. *?ManualFeed: "
  185.   statusdict /manualfeed get
  186.   {(True)}{(False)}ifelse = flush"
  187. *End
  188.  
  189. *DefaultOutputOrder: Normal
  190.  
  191. *DefaultCollator: None
  192. *DefaultSorter: None
  193. *DefaultDuplex: None
  194.  
  195. *% Font Information =====================
  196.  
  197. *DefaultFont: Courier
  198. *Font Courier: Standard "(001.005)"
  199. *Font Courier-Bold: Standard "(001.005)"
  200. *Font Courier-BoldOblique: Standard "(001.005)"
  201. *Font Courier-Oblique: Standard "(001.005)"
  202. *Font Helvetica: Standard "(001.001)"
  203. *Font Helvetica-Bold: Standard "(001.001)"
  204. *Font Helvetica-BoldOblique: Standard "(001.001)"
  205. *Font Helvetica-Oblique: Standard "(001.001)"
  206. *Font Symbol: Special "(001.001)"
  207. *Font Times-Bold: Standard "(001.001)"
  208. *Font Times-BoldItalic: Standard "(001.004)"
  209. *Font Times-Italic: Standard "(001.001)"
  210. *Font Times-Roman: Standard "(001.001)"
  211. *?FontQuery: "
  212. save 4 dict begin /sv exch def
  213. /str (fonts/                              ) def
  214. /st2 128 string def
  215. {
  216.   count 0 gt {
  217.     dup st2 cvs (/) print print (:) print
  218.     dup FontDirectory exch known {pop (Yes)}{
  219.      str exch st2 cvs dup length /len exch def
  220.      6 exch putinterval str 0 len 6 add getinterval mark exch
  221.      { } st2 filenameforall counttomark 0 gt {
  222.       cleartomark (Yes)}{cleartomark (No)}ifelse
  223.     }ifelse = flush
  224.   }{ exit } ifelse
  225. } bind loop
  226. (*) = flush
  227. sv end restore
  228. "
  229. *End
  230.  
  231. *?FontList: "
  232. save  2 dict begin /sv exch def
  233. /str 128 string def
  234. FontDirectory { pop == } bind forall flush
  235. /filenameforall where { 
  236.  pop save (fonts/*) { 
  237.   dup length 6 sub 6 exch getinterval cvn == 
  238.  } bind str filenameforall flush restore
  239. } if 
  240. (*) = flush
  241. sv end restore
  242. "
  243. *End
  244.  
  245. *% Printer Messages (verbatim from printer):
  246. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  247. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  248. *Message: "\FontName\ not found, using Courier"
  249.  
  250. *% Status (format: %%[ status: <one of these> ]%% )
  251. *Status: "idle"
  252. *Status: "busy"
  253. *Status: "waiting"
  254. *Status: "printing"
  255. *Status: "warming up"
  256. *Status: "PrinterError:     Add Toner"
  257. *Status: "PrinterError:   F.Error F.Rom"
  258. *Status: "PrinterError:  F.Error Optical"
  259. *Status: "PrinterError:   F.Error Motor"
  260. *Status: "PrinterError:    F.Error OPC"
  261. *Status: "PrinterError:   F.Error Fuser"
  262. *Status: "PrinterError:  Jam At Transfer"
  263. *Status: "PrinterError:    Jam At Exit"
  264. *Status: "PrinterError:    Warming Up"
  265. *Status: "PrinterError:   Set Developer"
  266. *Status: "PrinterError: Close Side Cover"
  267. *Status: "PrinterError:  Close Top Cover"
  268. *Status: "PrinterError: Set Toner Bottle"
  269. *Status: "PrinterError:    Toner/Belt"
  270. *Status: "PrinterError: Replace OPC Belt"
  271. *Status: "PrinterError:   Misfeed Lower"
  272. *Status: "PrinterError:   Misfeed Upper"
  273. *Status: "PrinterError:  Set Paper Stack"
  274. *Status: "PrinterError: Check Lower Tray"
  275. *Status: "PrinterError: Check Upper Tray"
  276. *Status: "PrinterError:  Supply Paper U."
  277. *Status: "PrinterError:  Supply Paper L."
  278. *Status: "PrinterError:   Supply Paper"
  279. *Status: "PrinterError: Check Paper Tray"
  280.  
  281. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  282. *Source: "serial9"
  283. *Source: "serial25"
  284. *Source: "AppleTalk"
  285. *Source: "Centronics"
  286.  
  287. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  288. *PrinterError: "   Misfeed Lower"
  289. *PrinterError: "   Misfeed Upper"
  290. *PrinterError: "    Add Toner"
  291. *PrinterError: "Replace OPC Belt"
  292. *PrinterError: " Jam At Transfer"
  293. *PrinterError: "   Toner/Belt"
  294. *PrinterError: " Supply Paper U."
  295. *PrinterError: " Supply Paper L."
  296. *PrinterError: " Set Paper Stack"
  297. *PrinterError: "  F.Error Motor"
  298. *PrinterError: " Close Top Cover"
  299. *PrinterError: "Close Side Cover"
  300. *PrinterError: "  Set Developer"
  301. *PrinterError: "  F.Error F.Rom"
  302. *PrinterError: " F.Error Optical"
  303. *PrinterError: "Check Paper Tray"
  304. *PrinterError: "   F.Error OPC"
  305. *PrinterError: "  Supply Paper"
  306. *PrinterError: "Check Lower Tray"
  307. *PrinterError: "  F.Error Fuser"
  308. *PrinterError: "Check Upper Tray"
  309. *PrinterError: "Set Toner Bottle"
  310. *PrinterError: "   Warming Up"
  311. *PrinterError: "   Jam At Exit"
  312.  
  313. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  314.  
  315. *% Color Separation Information =====================
  316.  
  317. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  318.  
  319. *InkName: ProcessBlack/Process Black
  320. *InkName: CustomColor/Custom Color
  321. *InkName: ProcessCyan/Process Cyan
  322. *InkName: ProcessMagenta/Process Magenta
  323. *InkName: ProcessYellow/Process Yellow
  324.  
  325. *%  For 60 lpi / 300 dpi  ===============================
  326.  
  327. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  328. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  329. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  330. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  331. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  332.  
  333. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338.  
  339. *%  For 53 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  342. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  343. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  344. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  345. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  348. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  349. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  350. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  351. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  352.  
  353. *% end of PPD file for LaserPrinter15
  354.